home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / converters / drawwmf_1 / !Draw->WMF / !Help next >
Text File  |  1996-05-24  |  6KB  |  226 lines

  1.                                                                      
  2.  
  3.                   !Draw->WMF Version 1.3 Readme.
  4.  
  5.  
  6.          THIS PROGRAM IS CAREWARE IS IS NOT PUBLIC DOMAIN
  7.                                         ~~~
  8. This program may be freely distributed as long as it is not altered
  9. in any way. That there is no charge other than distribution cost.
  10. That if included on a CDROM, a complementry copy is supplied to the
  11. author. ( Use email to obtain address to supply ).
  12.  
  13. However if you do find it useful then please send a donation to.
  14.  
  15.  
  16.     Heatherley Cheshire Home
  17.     Effingham Lane,
  18.     Copthorne,
  19.     Sussex.
  20.     RH10 3HS.
  21.  
  22. Registered Charity Number : 218186
  23.  
  24.  
  25. Acknowledgements
  26. ~~~~~~~~~~~~~~~~
  27.  
  28. Thanks to Richard Walter for promting me into action.
  29.  
  30.  
  31. Last updated 
  32. ~~~~~~~~~~~~
  33.    Application   : 24th May 1996
  34.    Documentation : 24th May 1996
  35.                                        
  36.                       
  37. !Draw->WMF is a Utility for converting Draw to Windows Metafiles
  38.  
  39. This following Draw functions are not supported
  40.  
  41.        Angled Text
  42.        Sprites
  43.        text areas
  44.  
  45.  
  46. Installation
  47. ~~~~~~~~~~~~
  48. The Draw->WMF arc file should have been restored to a directory named
  49. !Draw->WMF. Which should contain the following files :-
  50.  
  51.  
  52.        !Run        : Draw->WMF Startup file.
  53.        !Sprites    : Draw->WMF Application Sprites
  54.        Templates   : Template files
  55.        draw-wmf    : Draw->WMF Application.
  56.        ~~config    : Configuration file for Draw->WMF. 
  57.        ~~fonts     : List of Windows Fonts
  58.        !Help       : This file.
  59.  
  60. Tailoring.
  61. ~~~~~~~~~~
  62.  
  63.     The !run file should be altered to suite your requirements :-
  64.  
  65.  
  66.     Modules required :-
  67.  
  68.        The Shared C Library should be loaded as appropriate for
  69.        your setup. The supplied !run file assumes that the C
  70.        shared library module is in !system.modules.
  71.  
  72.        The Floating Point Emulator should be loaded as appropriate for
  73.        your setup. The supplied !run file assumes that the FPEmulator
  74.        module is in !system.modules.  
  75.                        
  76.     Variables required :-
  77.  
  78.        DrawWMF$Dir is required in order for Draw->WMF to find its various
  79.        configuration files.
  80.  
  81.     Storage required :-
  82.  
  83.        !Draw->WMF has been tested with a wimpslot size of 160k
  84.        on a machine with 32k pages. lower values may be possible
  85.        on machines with smaller page sizes.
  86.  
  87.        The file to be converted is loaded into a buffer claimed from
  88.        the next slot. The space is return immediately after the conversion,
  89.        so you should not be able to see the change.
  90.        
  91.        If !Draw->WMF  prompts that it does not have enough memory to process, 
  92.        then !Draw->WMF must be restarted, having made provision that 
  93.        the next slot is large enough.     
  94.  
  95. Operation.
  96. ~~~~~~~~~~
  97.  
  98.      1) First click on the !Draw->WMF icon. This will install the !Draw->WMF
  99.         icon on the icon bar.
  100.  
  101.      2) To convert a Draw file drag the file to the !Draw->WMF
  102.         icon on the icon bar. This will popup a save wmf window. Drag the Draw
  103.         file icon to the required destination. 
  104.  
  105.  
  106.      3) If an unconfigured Draw font is encountered a window will pop up.
  107.         Select the required Windows font or stroked text and then select
  108.         the Ok button which will then appear.
  109.  
  110. Control Options
  111. ~~~~~~~~~~~~~~~
  112.                                                  
  113.       Direct Link
  114.       -----------
  115.  
  116.       Rather than have !Draw->WMF prompt for the target file, it is possible
  117.       to set a default path and have the target name created as default path
  118.       plus filename. To do this you drag the Draw file icon to the target directory
  119.       or application and set the Direct option. With the direct option set the
  120.       output Draw file will automatically be created.
  121.  
  122.       Note if you use this option sensibly with an application then the receiving
  123.       application must support the Draw file type.
  124.  
  125. Options
  126. ~~~~~~~
  127.       
  128.       Placeable Metafile
  129.       ------------------
  130.  
  131.       Selecting this option means that a Placeable Metafile header is created
  132.       in the file. Note: Placeable Metafiles above 64K in size may not be
  133.       supported by some Windows applications.
  134.  
  135.  
  136. Config File ( ~~config )
  137. ~~~~~~~~~~~~~~~~~~~~~~~~
  138.   
  139.   This file controls the translation of fonts to Windows fonts. The format
  140.   is 
  141.      <Draw Font Family>,<num>
  142.  
  143.      Where Num is the corresponding entry in the Windows Font file ~~fonts,
  144.      indexed from 0. Or -1 which means convert the test to paths.
  145.  
  146.  
  147. Fonts File ( ~~fonts )
  148. ~~~~~~~~~~~~~~~~~~~~~~
  149.  
  150.   The file is a list of WIndows font, one entry per line. The maximum number
  151.   of fonts is limited to 32. Please contact the author if you wish to have
  152.   this limit raised.
  153.  
  154.  
  155. Note
  156. ~~~~
  157.  
  158.   Some PC applications require that the file extension is WMF. So
  159.   make sure PC file is xxxxxx.WMF before use.
  160.       
  161. WMF File type
  162. ~~~~~~~~~~~~~~~~
  163.  
  164.   The WMF file type is 412
  165.  
  166.  
  167. Copyright & Contributions
  168. ~~~~~~~~~~~~~~~~~~~~~~~~~
  169.  
  170. This software carries no warranty, either express or implied. 
  171. I can not guarantee that it is free of bugs or give any warranty
  172. about it’s suitability for use.
  173.                                                    
  174. The status of !Draw->WMF is Careware. Howevere it may be freely
  175. distributed.
  176.  
  177.  
  178. Copyright remains solely the authors. (C) Keith Sloan 
  179.  
  180. Contact
  181. ~~~~~~~
  182.  
  183. If you find problems or want to make suggestions for improvements then
  184. please contact me at either of the following.
  185.  
  186.  
  187.  Internet : keiths@cix.compulink.co.uk
  188.  
  189. Wanted
  190. ~~~~~~
  191.  
  192. The quality of PD/Careware/Shareware depends on users reporting bugs
  193. and obtaining upto date versions, so before you bemoan the quaility
  194. check the date the software was created and please report bugs.
  195.  
  196. Next time you see a reviewer, give them some stick on not
  197. reporting which version that are slatting.
  198.                    
  199. In the interest of enhancing this enhance this application I
  200. would like to obtain the following :-
  201.  
  202.     Sample Draw & WMF files that fail to convert correctlty
  203.  
  204. Many Thanks
  205.                     
  206.  
  207.  
  208. Version History.
  209. ~~~~~~~~~~~~~~~~    
  210.           
  211.    Alpha 1.0 : Version supplied to Richard Walter : 7th June 1995
  212.  
  213.          1.1 : 17th Feb 1996
  214.                 
  215.                Make sure file is terminated properly.
  216.  
  217.          1.2 : 14th March 1996
  218.                Support for Text.
  219.  
  220.          1.3 : 24th May 1996
  221.                Add option to create Placeable Metafiles.
  222.  
  223.  
  224.           
  225.  
  226.